pp108 : Next Method Name

Next Method Name

It denotes the name of the method that should be used by the model for fetching the next set of business objects from the application service.

Syntax

Designtime

This is a design-time property and can be set through the property sheet of the model.

Remarks

A model can be specified with three methods - Get , Next and Previous . You can use the Zoom button of the corresponding field to specify each method.

The Next and Previous methods are used for navigation of business objects. If the Next method is specified in the model properties, its request will be sent to the application service, by default. If it is not available, then the Get method will be executed, by default, when the XForm loads.

The Next method is used for getting the set of business objects next to the current set available in the model. The number of retrieved business objects equals the iterator size.

Applies to

Model

Related reference

getMethodRequest()
setMethodRequest()